xm top was listed twice in the help message -- remove it from the Host Commands
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Mon, 13 Mar 2006 10:10:27 +0000 (11:10 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Mon, 13 Mar 2006 10:10:27 +0000 (11:10 +0100)
section, leaving it in the Domain Commands section.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xm/main.py

index b51b2ffb4fea92446d43b7c1d28fe96d8b9f3d17..6d686db8ad3974251203df6df46eea71fae79dd2 100644 (file)
@@ -159,8 +159,7 @@ domain_commands = [
 host_commands = [
     "dmesg",
     "info",
-    "log",
-    "top",
+    "log"
     ]
 
 scheduler_commands = [